(diff-switches): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Apr 2004 21:01:47 +0000 (21:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Apr 2004 21:01:47 +0000 (21:01 +0000)
lisp/diff.el

index 76b1b5e60a7ca8f32e3a14704c4d09f45b263799..c985b66036e605b9ea7e57a07520909543e27d97 100644 (file)
@@ -36,7 +36,7 @@
 
 ;;;###autoload
 (defcustom diff-switches "-c"
-  "*A string or list of strings specifying switches to be be passed to diff."
+  "*A string or list of strings specifying switches to be passed to diff."
   :type '(choice string (repeat string))
   :group 'diff)